projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4325501
)
Remove gtk_toggle_button_set_state() from GtkToggleButton
author
Javier Jardón
<jjardon@gnome.org>
Tue, 24 Nov 2009 03:15:58 +0000
(
04:15
+0100)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 2 May 2010 23:51:20 +0000
(
01:51
+0200)
gtk/gtktogglebutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtktogglebutton.h
b/gtk/gtktogglebutton.h
index 451d82cedd76fa957f8fab8b719b398ef57de30b..321b472ffb0010daf560b67343c5fb92422d4adf 100644
(file)
--- a/
gtk/gtktogglebutton.h
+++ b/
gtk/gtktogglebutton.h
@@
-88,10
+88,6
@@
void gtk_toggle_button_set_inconsistent (GtkToggleButton *toggle_button,
gboolean gtk_toggle_button_get_inconsistent (GtkToggleButton *toggle_button);
-#ifndef GTK_DISABLE_DEPRECATED
-#define gtk_toggle_button_set_state gtk_toggle_button_set_active
-#endif /* GTK_DISABLE_DEPRECATED */
-
G_END_DECLS
#endif /* __GTK_TOGGLE_BUTTON_H__ */